/*
**      Newton Developer Technical Support Sample Code
**		
**      ListPicker,  Demostrates the basic list picker.
**
**      by Stephen Harris, Newton Developer Technical Support
**
**      Copyright  1993-1996 by Apple Computer, Inc.  All rights reserved.
**
**      You may incorporate this sample code into your applications without
**      restriction.  This sample code has been provided "AS IS" and the
**      responsibility for its operation is 100% yours.  You are not
**      permitted to modify and redistribute the source as "DTS Sample Code."
**      If you are going to re-distribute the source, we require that you
**      make it clear in the source that the code was descended from
**      Apple-provided sample code, but that you've made changes.
*/

OverView
--------

The listPicker display entries from a user soup.  Also displayed in the listPicker is an icon that is read in from a resource file.  The icon is not part of the soup but may aid visual reference to listPicker items.  This behavior is similiar to the icons in the names applications.


Important
---------

The line height of the listPicker can be changed but the justification of the checkBox cannot.  The checkBox always aligns with the bottom of the listPicker row.  Caution:  A large Icon and row height may give undesireable visual results.
